Class ResourceTable<T>
Assembly: WaaS.Core.dll
View Source
Declaration
public class ResourceTable<T>
Methods
Add(T)
View Source
Declaration
public int Add(T value)
Returns
System.Int32
Parameters
Type | Name |
---|---|
<T> | value |
RemoveAt(int)
View Source
Declaration
public T RemoveAt(int index)
Returns
<T>
Parameters
Type | Name |
---|---|
System.Int32 | index |
Get(int)
View Source
Declaration
public T Get(int index)
Returns
<T>
Parameters
Type | Name |
---|---|
System.Int32 | index |